boards: gd: gd32f470z_start: add initial support - #117387
Open
Zepp-Hanzj wants to merge 1 commit into
Open
Conversation
Add board support for the GigaDevice GD32F470Z-START (GD32F470ZIT6 minimal system board). The GD32F470ZIT6 is a Cortex-M4F MCU running at up to 240 MHz with 2048 KiB of Flash and 768 KiB of SRAM. The board enables the following peripherals: - GPIO: two user LEDs (PA1, PA2, active-low) and two user buttons (KEY0 on PC1, WK_UP on PA0, active-high) - USART0: console on PA9/PA10 (CH340X, 115200 8N1) - I2C0: AT24C02 EEPROM on PB6/PB7 - SPI4: W25Q128 NOR flash on PF6-PF9 Assisted-by: GitHubCopilot:deepseek-v4-pro-0813 Signed-off-by: Zhijian Han <hanzhijian1991@gmail.com>
zephyrbot
requested review from
cameled,
kartben,
nordicjm,
soburi and
sylvioalves
August 26, 2026 00:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add board support for the GigaDevice GD32F470Z-START (GD32F470ZIT6 minimal system board).
Board details
Testing
The board was verified on real hardware:
samples/basic/blinky(LED1 blinks as expected)samples/hello_world(serial output via CH340X confirmed at 115200 8N1)samples/basic/buttonandsamples/drivers/spi_flashsuccessfullyNote: SEGGER J-Link does not yet include the GD32F470 device in its database,
so the J-Link runner uses GD32F450ZK as a compatible stand-in (same core, flash
and SRAM base addresses, and identical CPU TAP ID).